This file contains all compatible tricks to make Widget Framework works with some popular styles.

[INSTRUCTION]
"CSS edit" means: adding the content to template named "wf_default_EXTRA.css" for the target style


[CONTENTS]

****************************************
Flexile
http://xenforo.com/community/threads/flexile.7164/
****************************************
CSS edit:
.widget-tabs .primaryContent {
	box-shadow: transparent 0 0 0;
}

.widget-tabs .secondaryContent {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-tabs .tabs li a {
	border-color: @lightMonochrome;
}

.widget-tabs .tabs li h3 {
	background: none !important;
	padding-top: 5px !important;
}
/* finished CSS edit */
****************************************
